systemd.network.networks.<name>.ipv6Prefixes

A list of ipv6Prefix sections to be added to the unit. See systemd.network(5) for details.

Type
list of attribute set of (systemd option)
Default
[ ]
Example
[
  {
    AddressAutoconfiguration = true;
    OnLink = true;
  }
]
Declared
<nixpkgs/nixos/modules/system/boot/networkd.nix>